home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Updaters / RealPC 1.0.2 Update / RealPC Upgrade Disk / UNIXONLY / U95KBDJ.UGD < prev    next >
Encoding:
Text File  |  1998-02-17  |  1.7 KB  |  107 lines

  1. #[
  2. #    Name:        u.u95kbdj.ugd
  3. #
  4. #    Derived from:    u95kbd_2.ugd
  5. #
  6. #    Author:        David Halliwell
  7. #
  8. #    Created on:    Apr 1997
  9. #
  10. #    Sccs ID:    @(#)u.u95kbdj.ugd    1.2 09/11/97
  11. #
  12. #    Coding Stds:    
  13. #
  14. #    Purpose:    A script file for use with Windows 95 upgrader WIN95LIC
  15. #            This file is a template UGD file for setting up
  16. #            SGI Japanese keyboards.
  17. #            This template needs to be pre-processed (by keybconf)
  18. #            to set the selected keyboard.
  19. #
  20. #    Copyright 1997 Insignia Solutions PLC. All rights reserved.
  21. #]
  22.  
  23.  
  24. # Note NEW106KEYBOARD, KEYBDRIVERDESC, JKEYBSTYPE, JKEYBTYPE, JKEYBKBD and
  25. # KEYBINFSECTION will be replaced  before processing this script.
  26.  
  27. #-------------------------------------------------------------------------------
  28. # Configure the selected Japanese keyboard (101 or 106)
  29. #-------------------------------------------------------------------------------
  30.  
  31. REG
  32. UPD
  33. HKEY_CURRENT_USER
  34. control panel\Keyboard
  35. REG_SZ
  36. New106Keyboard
  37. NEW106KEYBOARD
  38. END
  39.  
  40. REG
  41. UPD
  42. HKEY_USERS
  43. .Default\control panel\Keyboard
  44. REG_SZ
  45. New106Keyboard
  46. NEW106KEYBOARD
  47. END
  48.  
  49. REG
  50. UPD
  51. HKEY_LOCAL_MACHINE
  52. System\CurrentControlSet\Services\Class\Keyboard\0001
  53. REG_SZ
  54. DriverDesc
  55. KEYBDRIVERDESC
  56. END
  57.  
  58. REG
  59. UPD
  60. HKEY_LOCAL_MACHINE
  61. System\CurrentControlSet\Services\Class\Keyboard\0001
  62. REG_SZ
  63. InfSection
  64. KEYBINFSECTION
  65. END
  66.  
  67. REG
  68. UPD
  69. HKEY_LOCAL_MACHINE
  70. Enum\BIOS\*PNP0303\06
  71. REG_SZ
  72. DeviceDesc
  73. KEYBDRIVERDESC
  74. END
  75.  
  76. INI
  77. UPD
  78. C:\WINDOWS\SYSTEM.INI
  79. [boot.description]
  80. keyboard.typ=
  81. keyboard.typ=KEYBDRIVERDESC
  82. END
  83.  
  84. INI
  85. UPD
  86. C:\WINDOWS\SYSTEM.INI
  87. [keyboard]
  88. subtype=
  89. subtype=JKEYBSTYPE
  90. END
  91.  
  92. INI
  93. UPD
  94. C:\WINDOWS\SYSTEM.INI
  95. [keyboard]
  96. type=
  97. type=JKEYBTYPE
  98. END
  99.  
  100. INI
  101. UPD
  102. C:\WINDOWS\SYSTEM.INI
  103. [keyboard]
  104. kbdjp.kbd=
  105. kbdjp.kbd=JKEYBKBD
  106. END
  107.